home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Download Now 8
/
Download Now V8.iso
/
Program
/
InternetTools
/
ApacheWebServer1.3.6
/
apache_1_3_6_win32.exe
/
_SETUP.1
/
conf.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1998-07-15
|
184 b
|
10 lines
/*
* conf.h -- backward compatibility header for ap_config.h
*/
#ifdef __GNUC__
#warning "This header is obsolete, use ap_config.h instead"
#endif
#include "ap_config.h"